var crypto/x509.oidPublicKeyX25519
6 uses
crypto/x509 (current package)
parser.go#L282: case oid.Equal(oidPublicKeyX25519):
pkcs8.go#L79: case privKey.Algo.Algorithm.Equal(oidPublicKeyX25519):
pkcs8.go#L144: Algorithm: oidPublicKeyX25519,
x509.go#L120: publicKeyAlgorithm.Algorithm = oidPublicKeyX25519
x509.go#L483: oidPublicKeyX25519 = asn1.ObjectIdentifier{1, 3, 101, 110}
x509.go#L559: return oidPublicKeyX25519, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |